var runtime.xRegAlloc
9 uses
runtime (current package)
preempt_xreg.go#L57: var xRegAlloc struct {
preempt_xreg.go#L63: lockInit(&xRegAlloc.lock, lockRankXRegAlloc)
preempt_xreg.go#L64: xRegAlloc.alloc.init(unsafe.Sizeof(xRegState{}), nil, nil, &memstats.other_sys)
preempt_xreg.go#L87: lock(&xRegAlloc.lock)
preempt_xreg.go#L88: dest = (*xRegState)(xRegAlloc.alloc.alloc())
preempt_xreg.go#L89: unlock(&xRegAlloc.lock)
preempt_xreg.go#L132: lock(&xRegAlloc.lock)
preempt_xreg.go#L133: xRegAlloc.alloc.free(unsafe.Pointer(xRegs.cache))
preempt_xreg.go#L135: unlock(&xRegAlloc.lock)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |